#box-form-contatto {
  padding-top: 30px;
}

@media (min-width: 992px) {
  #box-form-contatto {
    padding-top: 10px;
  }
}

#box-form-contatto h2, #box-form-contatto .h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 48em) {
  #box-form-contatto h2, #box-form-contatto .h2 {
    line-height: 44px;
    font-size: 38px;
  }
}

#box-form-contatto p, #box-form-contatto .p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 48em) {
  #box-form-contatto p, #box-form-contatto .p {
    font-size: 20px;
    line-height: 24px;
  }
}

#intestazione {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  #intestazione {
    margin-bottom: 40px;
  }
}

#formContact {
  padding: 70px 0;
  background-color: rgba(124, 124, 124, 0.1);
  border-radius: 20px;
  position: relative;
  text-align: center;
  /* input#id{
        margin-left: 116px;
    } */
}

@media (min-width: 992px) {
  #formContact {
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
}

#formContact .d-flex {
  max-width: 88%;
  margin: 0 auto;
  text-align: left;
  flex-direction: column;
}

@media (min-width: 768px) {
  #formContact .d-flex {
    max-width: 83.3333333333%;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

#formContact .form-control,
#formContact .form-select {
  color: #192d6e;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 13px;
  padding-right: 13px;
  padding: 0 10px;
}

#formContact .form-control:not(textarea),
#formContact .form-select:not(textarea) {
  height: 48px;
}

#formContact .form-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#formContact .form-select:focus {
  border-color: #355ad1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 45, 110, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(25, 45, 110, 0.25);
}

#formContact .form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

#formContact .form-select[multiple], #formContact .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

#formContact .form-select:disabled {
  color: #7c7c7c;
  background-color: #e9ecef;
}

#formContact .form-select::-ms-expand {
  display: none;
}

#formContact .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

@media (max-width: 767px) {
  #formContact input#si {
    margin-top: 30px;
  }
}

#formContact label[for="fc_privacy"] {
  font-size: 12px;
}

@media (max-width: 767px) {
  #formContact label[for="fc_privacy"] {
    padding: 0 26px;
  }
}

#formContact .d-flex label {
  font-size: 16px;
  font-weight: 400;
  /* position: absolute;
        top: 13px;
        left: 0; */
  padding-left: 13px;
  padding-right: 13px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  pointer-events: none;
  margin-bottom: 0;
  z-index: 10;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* + br{
            display: none;
        } */
}

#formContact .d-flex .col:focus label {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  color: #192d6e;
}

#formContact hr {
  display: none;
}

#formContact label[for="fc_privacy"] + br {
  display: none;
}

#formContact #fc_submit {
  display: block;
  max-width: 140px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 15px 45px;
  width: auto !important;
}

#formContact > p {
  font-size: 12px;
}
